home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameI / Spada.dir / 00039_Script_39 < prev    next >
Text File  |  1997-11-24  |  755b  |  25 lines

  1. on StartMovie
  2.   
  3.   global UomoCard1, UomoCard2, UomoCard3, DonnaCard1, DonnaCard2, DonnaCard3, Coppia1, Coppia2, Coppia3, UomoTesto1, UomoTesto2, UomoTesto3, DonnaTesto1, DonnaTesto2, DonnaTesto3, Test1, Test2, Test3, SuperCoppia1, SuperCoppia2, SuperCoppia3, Spada
  4.   
  5.   
  6.   
  7.   repeat with n = 30 to 33
  8.     set the cursor of sprite n to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  9.   end repeat
  10.   
  11.   
  12.   
  13.   if Test1=1 and Test2=1 and Test3=1 then
  14.     set Spada = 1
  15.   end if
  16.   
  17.   repeat with n = 60 to 70
  18.     set the cursor of sprite n to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  19.   end repeat
  20.   
  21.   repeat with n = 61 to 70
  22.     set the visible of sprite n to 0
  23.   end repeat
  24.   
  25. end StartMovie